func go/printer.walkBinary
4 uses
go/printer (current package)
nodes.go#L625: func walkBinary(e *ast.BinaryExpr) (has4, has5 bool, maxProblem int) {
nodes.go#L640: h4, h5, mp := walkBinary(l)
nodes.go#L655: h4, h5, mp := walkBinary(r)
nodes.go#L681: has4, has5, maxProblem := walkBinary(e)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)